home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / util.h < prev   
Encoding:
Text File  |  1994-10-30  |  369 b   |  12 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        util.h
  4.  
  5. Purpose:    This is the header file for util.c
  6.  
  7. \**********************************************************************/
  8.  
  9. void Mymemcpy(Ptr, Ptr, unsigned long);
  10. void Mymemset(Ptr, unsigned char, unsigned long);
  11. Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned char len);
  12.